object PasswordForm: TPasswordForm Left = 268 Top = 216 BorderStyle = bsDialog Caption = 'Password' ClientHeight = 71 ClientWidth = 273 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object FPassword: TLabel Left = 8 Top = 8 Width = 49 Height = 13 Caption = '&Password:' FocusControl = Password end object Password: TEdit Left = 8 Top = 24 Width = 177 Height = 21 PasswordChar = '*' TabOrder = 0 Text = 'Password' end object OKButt: TButton Left = 192 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKButtClick end object CancelButt: TButton Left = 192 Top = 37 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = CancelButtClick end end